projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c22e27f
)
Small cleanup for the previous commit
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Sep 2013 00:56:46 +0000
(20:56 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 22 Sep 2013 00:56:46 +0000
(20:56 -0400)
When setting an accessible type, we don't need to
set an accessible row anymore.
gtk/gtklistbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtklistbox.c
b/gtk/gtklistbox.c
index 2700dbd3fbccb02e0aa1306f7cdbbde2629a4452..c4b8d04f046def33d18091cc1dad7eee219d779e 100644
(file)
--- a/
gtk/gtklistbox.c
+++ b/
gtk/gtklistbox.c
@@
-2840,6
+2840,4
@@
gtk_list_box_row_class_init (GtkListBoxRowClass *klass)
_gtk_marshal_VOID__VOID,
G_TYPE_NONE, 0);
widget_class->activate_signal = row_signals[ROW__ACTIVATE];
-
- gtk_widget_class_set_accessible_role (widget_class, ATK_ROLE_LIST_ITEM);
}